home *** CD-ROM | disk | FTP | other *** search
/ The Word 13 / The Word 13 (Disk 2 of 2).adf / 00-ArticleFormats.txt next >
Text File  |  1997-03-02  |  7KB  |  196 lines

  1.  
  2. $f77|2-Article Formats
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. $ff3|1-Text file, with many fine examples!
  10.  
  11.  
  12.  
  13. $aaa                               by Kei of Crn
  14. $fff
  15. It makes life a lot easier for us editors if there's not much to edit.
  16. You also get your articles to look the way you want them. However, we
  17. don't mind editing your text submissions but just in case you want to
  18. cheer me up..
  19.  
  20. $afa|1-Plain ASCII Please!
  21.  
  22.  
  23. $fff
  24. Use a text editor that doesn't use all those control codes. Make sure
  25. you hit RETURN a lot as well if you don't have word-wrap as lines that
  26. are too long are hard to format. We recommend Cygnus Editor Pro but and
  27. editor like Ed that come with ADOS is ok.
  28.  
  29.  
  30. The  width  of  the  articles  is  set  to 72 characters and the text is
  31. indented  by  four  spaces.   This means that if you format your text so
  32. that  it  is  72  characters  wide it will appear centred on the screen.
  33. Lines  longer  than  72 chars WILL be displayed and will wrap around the
  34. screen  on  a  graphical basis, so that text that comes in from the left
  35. after  wrapping  will  be  one  pixel  lower  than  that  on the line it
  36. originated from.
  37.  
  38. Either  set  CygnusEd  to a 72-character width (Shift+Amiga+"6") and set
  39. word  wrap to ON (Amiga+"6") or tap the spacebar 71 times, followed by a
  40. character  to  act as a marker, and don't go beyond this marker when you
  41. type your text.
  42. $ffa
  43. |1-Big Text!
  44.  
  45.  
  46. $fff
  47. Big  Text  is  a  single  phrase  that  you  want to appear in the above
  48. 24-point  font.   Because  it is a 24-point font it takes three lines of
  49. the  normal  text to display, so you should leave at least 2 empty lines
  50. after  it.   To  display a string in Big Text you simply preface it with
  51. the  control string "|1-" and ensure that the "|" character is the first
  52. character on that line.  For example:  The string:
  53.  
  54.                        |1-This is Big Text
  55.  
  56. when placed up against the left-hand edge of the screen, will produce:
  57. $faf
  58. |1-This is Big Text
  59.  
  60.  
  61. $fff
  62. and two blank lines are left after it so that the bit text doesn't over-
  63. write any subsequent lines of ASCII.
  64. $ffa
  65. |2-Big Big Text!
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. $fff
  73. Big  Big Text is another single phrase, as above, but it is displayed in
  74. a  stonking 60-point font for super-emphasis.  As it's 60-point it needs
  75. 6 empty lines after it to ensure it doesn't overwrite anything else, and
  76. if  you  want  to  display descender characters (g, j, p, q, y) then you
  77. should leave 7 blank lined after it.
  78.  
  79. Again,  the  display code is similar to the Big Text, you simply preface
  80. your  string  with "|2-" and it's all done automatically, so for example
  81. the line:
  82.  
  83.                                |2-Blimey!
  84.  
  85. when placed up against the left-hand border of your file, will produce:
  86. $faf
  87. |2-Blimey!
  88. 1-
  89. 2-
  90. 3-
  91. 4-
  92. 5-
  93. 6-
  94. 7-
  95. $fff
  96. and  in  this  case  7  extra lines are required as there's a "y" in the
  97. string,  taking up another line.  In both of these bigger-text examples,
  98. no  small  (normal?)  type can be on the same line that the bigger stuff
  99. starts on, it'll be included in the big text string, however you CAN put
  100. normal  ascii  on  the subsequent lines if you take care that they don't
  101. overap the main text, illustrated by the numbers 1 to 7 above.
  102. $ffa
  103. |1-Clip Art:
  104.  
  105.  
  106. $fff
  107. Since  we  were  not  sent  any clipart, there isn't any this issue.  We
  108. should of created some ourselves but we were too busy booz..  working on
  109. coding  stuff.   So send us some cool clipart for the next issue!  Don't
  110. send  anything  over  4  colours though as Amida's not sure about how to
  111. handle  more  than  4  colour  clipart,  but  he's  working on it.  
  112. $ffa
  113. |1-Colour!!
  114.  
  115.  
  116. $fff
  117. This is a new addition into the article text, every line in your article
  118. can  have  it's own colour assigned to it.  By default your article text
  119. will  be  displayed in white, but you can change the current line colour
  120. at  any point by inserting a standard 2-Byte RGB value into the start of
  121. the  line.   These values are used by all paint programs, such as Deluxe
  122. Paint  and  Personal Paint, and so you can find nice colour combinations
  123. beforehand by playing with these packages.
  124.  
  125. As  before with the large text codes, these sequences must appear at the
  126. start  of  the line where you want the colour change to take effect, the
  127. codes go in the format $RGB where R=Red, G=Green and B=Blue, all colours
  128. having  standard  values  from  0  to F.  Note that full green *must* be
  129. requested with $0F0 and *NOT* $F0, which would be logical.
  130. $ffa
  131. |1-What's first then?
  132.  
  133.  
  134. $fff
  135. Here's  how  you should produce your articles, this is the easiest order
  136. for less-experienced people.
  137. $faf
  138.  
  139.     1>  Main body of text, type your article, leave titles and subtitles
  140.         as  normal  text for now, don't worry about spacing.  Format the
  141.         text to 72 columns, and split it into paragraphs where required.
  142.  
  143.     2>  Go to each title or subtitle in turn, and insert either "|1-" or
  144.         "|2-" (do not include quotes) at the left-hand border to use the
  145.         larger  fonts.  If  you have used font 1 then ensure there are 2
  146.         blank  lines AFTER the one starting "|1-", if you have used font
  147.         2 then ensure there are 7 blank lines (8 if you have used either
  148.         q,y,p or j in lower case) AFTER the  one starting "|2-".  Ensure
  149.         there are no spaces between the "-" and the start of your title.
  150.  
  151.     3>  Change  the colour at the START of any line by inserting the hex
  152.         value for it at the left border.  It DOES NOT MATTER if a colour
  153.         code pushes the width of your text beyond 72 colums.
  154.  
  155.  
  156. If  using  CygnusEd, load in your text file, press SHIFT+AMIGA+6 and set
  157. the  right  border  to  72.   Insert your title size codes and go to the
  158. author  name  line  and  press  AMIGA+\ this will centre the line.  Also
  159. usefull  for  poems.   Then  move  down  to  the first character of your
  160. article  text  and hold down AMIGA+f and your article will be formatted!
  161. You can then add colour codes to suit the tone of your article!
  162.  
  163. $aff
  164. |1-The Word Article Tester...
  165.  
  166.  
  167. $fff
  168. The Word Article Tester (TWAT :) can be found on disk 2, you should copy
  169. it  to  your  C:   directory  (on  your hard drive, non-HD owners should
  170. SERIOUSLY  think  about  getting  one!) and run it from the CLI.  Simply
  171. load any .txt article file via the gaudy green requester and you can see
  172. what  the  file will look like in the magazine.  $aff The keypresses for
  173. TWAT are as follows:
  174.  
  175.     C/Up    -   Scroll upwards through the text
  176.     C/Down  -   Scroll downwards through the text
  177.     Sh+C/Up -   Scroll quickly upwards through the text
  178.     Sh+C/Up -   Scroll quickly downwards through the text
  179.     Esc     -   load another file view the requester
  180.     F1-F8   -   Speed set to 1-8 pixels per frame
  181.     F10     -   Quit
  182.  
  183. $fffTWAT  will search the Ram Disk for a file called "TWAT.loadme" which
  184. should  contain  the  full name (including path) of the file you want to
  185. pre-load, so you can use it via Directory Opus by creating a MENU entry:
  186.  
  187.             AmigaDOS    C:Echo >RAM:TWAT.loadme {f}
  188.             AmigaDOS    C:TWAT
  189.  
  190. Carnage  are currently using a modified version of TWAT which allows you
  191. to  edit  articles  and  test  them while TWAT is still running.  We are
  192. considering  making  some more changes to it and releasing it as V4 in a
  193. future edition of The WORD.
  194.  
  195. End
  196.